To run this project you need to install the technologies properly first!
https://firebase.google.com/docs/flutter/setup?platform=android

Make sure to also install the prerequisites specified.

The Code is structure is the exact same as a typical flutter project.

We mainly worked under the ./lib/ folder all the work done outside this folder was mainly configuration for API, etc.

Under the ./lib/ folder we have the following folders:

Components: These are UI components that are used throughout the app
Images: image assets
Models: models for the database (Not being used)
Pages: Main pages for the application (most of the app is here!)
Services: Used for helper functions like authentication


